LineStyle Enumeration

Represents the style of a footnote separator line.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum LineStyle

Members

Solid0 The footnote separator components referenced by the values solid.
Dotted1 The footnote separator components referenced by the values dotted.
Dash2 The footnote separator components referenced by the values dash.
LongDash3 The footnote separator components referenced by the values long dash.
DotDash4 The footnote separator components referenced by the values dot dash.
DotDotDash5 The footnote separator components referenced by the values dot dot dash.
Wave6 The footnote separator components referenced by the values wave.
None7 None.

See Also